feat(studio): marquee selection, AE presets, per-keyframe ease + velocity fitting#1663
Closed
miguel-heygen wants to merge 1 commit into
Closed
feat(studio): marquee selection, AE presets, per-keyframe ease + velocity fitting#1663miguel-heygen wants to merge 1 commit into
miguel-heygen wants to merge 1 commit into
Conversation
afdfdc6 to
b5d05c4
Compare
b5d05c4 to
35bf415
Compare
35bf415 to
5c52c3a
Compare
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
5c52c3a to
9976881
Compare
9976881 to
57dca97
Compare
57dca97 to
3e5afdc
Compare
5 tasks
3e5afdc to
8e2a84a
Compare
8e2a84a to
92e451c
Compare
Fallow audit reportFound 104 findings. Dead code (6)
Duplication (47)
Health (50)
Suppressions (1)
Generated by fallow. |
92e451c to
b638e09
Compare
b638e09 to
444cbc1
Compare
444cbc1 to
4bc0ac1
Compare
4bc0ac1 to
f2ebc05
Compare
f2ebc05 to
1fa4b4e
Compare
1fa4b4e to
8b261db
Compare
8b261db to
fbe8a2e
Compare
…city fitting Marquee selection: click+drag on empty canvas draws a dashed selection rectangle. All elements whose OBB intersects are group-selected via SAT. Shift+marquee adds to selection. Click on empty deselects. Per-keyframe easing: each keyframe segment has its own ease, editable via expandable bezier curve editor in the Animation panel. Parser preserves per-keyframe ease through round-trips (ease-only updates preserve existing properties). AE Easy Ease presets: correct After Effects bezier values (0.333, 0, 0.667, 1) in the preset grid. Velocity-based curve fitting: gesture recordings analyze velocity profile and assign per-keyframe custom eases automatically. Gesture smoothing: Gaussian-weighted moving average (from PR #1658) + easeEach support for keyframed tweens + fetch-cancellation race fix in useGsapAnimationsForElement.
fbe8a2e to
8e1ea7a
Compare
Collaborator
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
(0.333, 0, 0.667, 1)in the preset grid — softer deceleration than GSAP'spower2.inOut.Architecture
marqueeGeometry.ts— SAT intersection + OBB corner computation via DOMMatrixmarqueeCommit.ts—useMarqueeGestureshook (pointer lifecycle, capture, cancel)KeyframeEaseList.tsx— per-keyframe ease rows with expandableEaseCurveSectionvelocityEaseFitter.ts— velocity analysis + AE-correct ease assignmentTest plan